Destructors Can't Have Parameters Error

You cannot define parameters for a class's destructor.

A destructor is a special method of a class that is named Destructor. It executes automatically when the class goes out of scope.